home *** CD-ROM | disk | FTP | other *** search
- -- background: 2932 from stack: in
- -- bmap block id: 4978
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- -- These background scripts handle check-boxes on a background by
- -- storing the settings of the check-boxes in a hidden field called
- -- "checks" and setting and resetting them on open and close card.
- --
- on newCard
- repeat with i=1 to the number of background buttons
- put "true" & return after field "checks"
- end repeat
- end newCard
-
- on openCard
- set cursor to 4 -- wristwatch
- repeat with i=1 to the number of background buttons
- set the hilite of background button i to (line i of field "checks" is true)
- end repeat
- set cursor to 1 -- browse tool
- end openCard
-
- on closeCard
- set cursor to 4 -- wristwatch
- repeat with i=1 to the number of background buttons
- get hilite of background button i
- put it into line i of field "checks"
- end repeat
- set cursor to 1 -- browse tool
- end closeCard
-
- on newStack
- newCard
- end newStack
-
- on openBackground
- push recent card
- end openBackground
-
-
- -- part 70 (field)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=17 top=38 right=328 bottom=43
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Checks
-
-
- -- part 71 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=18 top=39 right=76 bottom=56
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to card id 5341 of stack "Home"
- end mouseUp
-
-
-
-
- -- part 72 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=395 top=39 right=78 bottom=443
- -- title width / last selected line: 0
- -- icon id / first selected line: 19381 / 19381
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to previous card
- end mouseUp
-
-
-
- -- part 74 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=336 top=51 right=70 bottom=391
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go to card id 6590
- end mouseUp
-
-
-
-
- -- part 75 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=445 top=39 right=78 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 22308 / 22308
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 76 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=18 top=98 right=329 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-